home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 November / PCWorld_2006-11_cd.bin / domacnost a kancelar / tugzip / tugzip34.exe / {app} / Help.chm / html / style.css < prev   
Cascading Style Sheet File  |  2005-01-09  |  697b  |  39 lines

  1. .border
  2. {
  3.     BORDER-RIGHT: #cccccc 1px dashed;
  4.     BORDER-TOP: #cccccc 1px dashed;
  5.     BORDER-LEFT: #cccccc 1px dashed;
  6.     BORDER-BOTTOM: #cccccc 1px dashed;
  7. }
  8. .code
  9. {
  10.     BORDER-RIGHT: #cccccc 1px solid;
  11.     BORDER-TOP: #cccccc 1px solid;
  12.     BORDER-LEFT: #cccccc 1px solid;
  13.     BORDER-BOTTOM: #cccccc 1px solid;
  14. }
  15. .font
  16. {
  17.     font-family: Verdana, Arial, Helvetica, sans-serif;
  18.     font-size: xx-small;
  19. }
  20. a:visited 
  21. {
  22.     text-decoration: none;
  23.     color: #B5B5B5
  24. }
  25. a:link
  26. {  
  27.     text-decoration: none;
  28.     color: #B5B5B5
  29. }
  30. a:hover
  31. {  
  32.     text-decoration: underline;
  33.     color: #B5B5B5
  34. }
  35. a:active
  36. {  
  37.     text-decoration: underline;
  38.     color: #B5B5B5
  39. }